home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TFRMABOUT3 / TFRMABOUT3.txt
Text File  |  2004-10-12  |  813b  |  38 lines

  1. object frmAbout3: TfrmAbout3
  2.   Left = 187
  3.   Top = 258
  4.   BorderStyle = bsNone
  5.   Caption = 'frmAbout3'
  6.   ClientHeight = 345
  7.   ClientWidth = 416
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnClick = FormCloseClick
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnDblClick = FormCloseClick
  23.   OnDestroy = FormDestroy
  24.   OnKeyDown = FormKeyDown
  25.   OnKeyUp = FormKeyUp
  26.   OnPaint = FormPaint
  27.   OnShow = FormShow
  28.   PixelsPerInch = 96
  29.   TextHeight = 13
  30.   object AnimateTimer: TTimer
  31.     Enabled = False
  32.     Interval = 12
  33.     OnTimer = AnimateTimerTimer
  34.     Left = 20
  35.     Top = 32
  36.   end
  37. end
  38.